Welcome![Sign In][Sign Up]
Location:
Search - reliable udp

Search list

[SourceCode基于Reliable UDP的应用层数据传输传输协议

Description: 基于Reliable UDP的应用层数据传输传输协议。可避免TCP/UDP的缺陷,适合大量数据传输。
Platform: | Size: 736663 | Author: good.luck.cdw@gmail.com | Hits:

[JSP/JavaUDP Protocol

Description: 用UDP协议进行传输,并模拟rdt协议,以实现可靠数据传输-using UDP protocol transmission, and simulation rdt agreement, in order to achieve reliable data transmission
Platform: | Size: 5120 | Author: 木头 | Hits:

[Internet-NetworkA UDP-based Reliable Data Transfer Library

Description: 特别说明,A UDP-based Reliable Data Transfer Library源码非原创,详细说明见压缩包里的“说明”word文档-in particular, A UDP-based Reliable Data Transfer Library source of non-original, detailed description of the compression bag "note" word document
Platform: | Size: 185344 | Author: 王季 | Hits:

[Internet-NetworkUDP轻松应用

Description: "用户数据报协议"(User Datagram Protocol,简称UDP)是基于无连接的通信协议,不保证可靠数据的传输;"传输控制协议"(Transmission Cotrol Protocol,简称TCP)是基于连接的通信协议,可提供个两台计算机之间可靠无差错的数据传输。但是UDP能够向若干台目标计算机发送数据;接收发自若干个源计算机的数据。而在多台计算机构成的仿真或控制系统中,经常会出现多台计算机进行数据传输,所以在仿真或控制软件中采用UDP协议的较多。-"User Datagram Protocol" (User Datagram Protocol, or UDP) is not connected to the communication protocol, it does not guarantee reliable data transmission; "Transmission Control Protocol" (Transmission Judiciary Protocol, or TCP) is based on the communication protocol connectivity, can provide 000 two terms Machine between reliable, error-free data transmission. But UDP to be able to target a number of Taiwan's computer to send data; Received from a number of sources of computer data. In several computers or control the simulation system, there are always multiple computers for data transmission, or control the simulation software used UDP more.
Platform: | Size: 31744 | Author: 陈一 | Hits:

[TCP/IP stackenet

Description: Reliable UDP, same as the TCP-Reliable UDP, the same as the TCP
Platform: | Size: 136192 | Author: cuihongyi | Hits:

[JSP/JavaEmail__UDP

Description: 基于UDP的可靠邮件系统,用java语言编写的-reliable UDP-based mail system, with the java language
Platform: | Size: 223232 | Author: 宋文强 | Hits:

[TCP/IP stackUDP-based_Reliable_Data_Transfer_Library

Description: 一个基于UDP协议上的可靠数据传输库.适用于Win32及linux平台.-a UDP based on the reliable data for transmission. Apply to the Linux and Win32 platforms.
Platform: | Size: 193536 | Author: ligc | Hits:

[JSP/JavaUDP

Description: UDP实现的可靠数据传递的小程序。 考虑了丢包的几种可能性及其处理方法。-To achieve a reliable UDP data transfer of small procedures. Some considered the possibility of packet loss and its treatment.
Platform: | Size: 7168 | Author: Will | Hits:

[JSP/Javaudp

Description: 用udp实现可靠数据传递,从本机固定位置读取一个文件,通过udp实现可靠传输-Using udp to achieve reliable data transmission, from the local fixed position to read a file, through udp to achieve reliable transmission
Platform: | Size: 2048 | Author: asd | Hits:

[OS programreliable_udp

Description: 基于udp实现可靠传输的原理实现了一个简易的邮件系统。存储利用文件来实现,不涉及数据库。-Udp achieve reliable transmission based on the principle of achieving a simple mail system. Storage of papers to achieve, does not involve a database.
Platform: | Size: 5120 | Author: weizhongyu | Hits:

[TCP/IP stackudpreliable

Description: 一个小型的简单的可靠的UDP传输协议。对初学者可作参考,为循序渐进非常有好处。 建议初学者看看。-A small, simple and reliable UDP transport protocol. For beginners can be used for reference, for a very good step-by-step. Recommends beginners take a look at.
Platform: | Size: 18432 | Author: 张和 | Hits:

[Program docUDP

Description: 一种基于UDP的可靠传输协议分析与研究,编写UDP网络必看资料-UDP-based reliable transport protocol analysis and research, the preparation of UDP network information see
Platform: | Size: 285696 | Author: | Hits:

[JSP/Java20071115585

Description: 用java实现飞鸽传书的源码文件,通过udp协议,参考该源码可以解决文件传输的高可靠要求。-Using java to achieve Dove Chuanshu source documents, through udp agreement can be resolved with reference to the source of highly reliable file transfer request.
Platform: | Size: 183296 | Author: 吴生 | Hits:

[File Operateudpsfile

Description: 可靠的UDP文件传输,用C++builder实现的-Reliable UDP file transfer, using C++ Builder to achieve the
Platform: | Size: 1034240 | Author: jingjiwu | Hits:

[TCP/IP stackudp4realible

Description: udp实现可靠传输的代码,开源的这是一个比较早的版本,功能简单,使用方便,内有说明-udp achieve reliable transmission of the code, open source is a relatively early version, features simple, easy to use, there are notes
Platform: | Size: 219136 | Author: blackwall | Hits:

[Internet-NetworkUDP

Description: 用UDP实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了-Use UDP to achieve a reliable file transfer we all know that if we use TCP to transfer files, it will be very simple, simply do not have to worry about will be packet loss, unless the network is broken, you must re. If using UDP, since UDP is unreliable, so use it to transfer files, it is necessary to ensure that packet loss, you must write our own extra code to protect the
Platform: | Size: 10240 | Author: mywk | Hits:

[TCP/IP stackreliable-udp

Description: This a Reliable UDP recent spec-This is a Reliable UDP recent spec
Platform: | Size: 154624 | Author: jeho | Hits:

[JSP/Javaudp-reliable-data-transmission

Description: UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Math.random ()) 2. After the case of redundant packet loss retransmission ack 3. Retransmission timeout (DatagramSocket and Socket has a member function setSoTimeout ( delay), by capturing the IO exception thrown during timeout to achieve retransmission timeout)
Platform: | Size: 10240 | Author: nazali | Hits:

[Internet-Networkudp

Description: 扩展UDP实现可靠数据传输,使其对应用层提供可靠数据传输服务-Extend reliable UDP data transfer, the application layer to provide reliable data transmission services
Platform: | Size: 61440 | Author: shangyong | Hits:

[Internet-Networkreliable-udp

Description: 可以信赖的udp传送,用udp实现可以信赖的传输功能-reliable udp
Platform: | Size: 3072 | Author: 李巴尼 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net